*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background-color:#fff;color:#111827;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem}main{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px}img{height:148px;width:auto}.content{display:flex;flex-direction:column;align-items:center;gap:1rem}h1{font-size:clamp(2.25rem,5vw,3rem);line-height:1.2;font-weight:700}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:#374151;max-width:500px}.cta{display:inline-block;background-color:#2563eb;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;transition:transform .1s ease}.cta:hover{transform:scale(1.05)}.cta:focus-visible{outline:2px solid #2563eb;outline-offset:2px}#cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background-color:rgba(17,24,39,0.95);color:#fff;padding:1rem;flex-direction:column;gap:.5rem;text-align:left;align-items:center}@media(min-width:640px){#cookie-banner{flex-direction:row;justify-content:space-between;padding:1rem 1.5rem}}#cookie-banner p{color:#e5e7eb;font-size:.875rem;margin-right:1rem}#cookie-accept{flex-shrink:0;background-color:#2563eb;color:#fff;border:0;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:700;cursor:pointer}#cookie-accept:hover{background-color:#1d4ed8}